home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / g_man / cat3 / OpenGL / gldeletelists.z / gldeletelists
Encoding:
Text File  |  2002-10-03  |  2.9 KB  |  67 lines

  1.  
  2.  
  3.  
  4. ggggllllDDDDeeeelllleeeetttteeeeLLLLiiiissssttttssss((((3333GGGG))))              OOOOppppeeeennnnGGGGLLLL RRRReeeeffffeeeerrrreeeennnncccceeee              ggggllllDDDDeeeelllleeeetttteeeeLLLLiiiissssttttssss((((3333GGGG))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      ggggllllDDDDeeeelllleeeetttteeeeLLLLiiiissssttttssss - delete a contiguous group of display lists
  10.  
  11.  
  12. CCCC SSSSPPPPEEEECCCCIIIIFFFFIIIICCCCAAAATTTTIIIIOOOONNNN
  13.      void ggggllllDDDDeeeelllleeeetttteeeeLLLLiiiissssttttssss( GLuint _l_i_s_t,
  14.                          GLsizei _r_a_n_g_e )
  15.  
  16.  
  17. PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRRSSSS
  18.      _l_i_s_t   Specifies the integer name of the first display list to delete.
  19.  
  20.      _r_a_n_g_e  Specifies the number of display lists to delete.
  21.  
  22. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  23.      ggggllllDDDDeeeelllleeeetttteeeeLLLLiiiissssttttssss causes a contiguous group of display lists to be deleted.
  24.      _l_i_s_t is the name of the first display list to be deleted, and _r_a_n_g_e is
  25.      the number of display lists to delete.  All display lists _d with _l_i_s_t _< _d
  26.      _< _l_i_s_t + _r_a_n_g_e - 1 are deleted.
  27.  
  28.      All storage locations allocated to the specified display lists are freed,
  29.      and the names are available for reuse at a later time.  Names within the
  30.      range that do not have an associated display list are ignored.  If _r_a_n_g_e
  31.      is 0, nothing happens.
  32.  
  33. EEEERRRRRRRROOOORRRRSSSS
  34.      GGGGLLLL____IIIINNNNVVVVAAAALLLLIIIIDDDD____VVVVAAAALLLLUUUUEEEE is generated if _r_a_n_g_e is negative.
  35.  
  36.      GGGGLLLL____IIIINNNNVVVVAAAALLLLIIIIDDDD____OOOOPPPPEEEERRRRAAAATTTTIIIIOOOONNNN is generated if ggggllllDDDDeeeelllleeeetttteeeeLLLLiiiissssttttssss is executed between
  37.      the execution of ggggllllBBBBeeeeggggiiiinnnn and the corresponding execution of ggggllllEEEEnnnndddd.
  38.  
  39.  
  40. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  41.      ggggllllCCCCaaaallllllllLLLLiiiisssstttt, ggggllllCCCCaaaallllllllLLLLiiiissssttttssss, ggggllllGGGGeeeennnnLLLLiiiissssttttssss, ggggllllIIIIssssLLLLiiiisssstttt, ggggllllNNNNeeeewwwwLLLLiiiisssstttt
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.